Correct some copy-and-paste mistakes in keybinding signal docs. Pointed
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jan 2009 05:01:35 +0000 (05:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jan 2009 05:01:35 +0000 (05:01 +0000)
        * gtk/gtkentry.c:
        * gtk/gtklabel.c:
        * gtk/gtktextview.c: Correct some copy-and-paste mistakes in
        keybinding signal docs. Pointed out by Pascal Terjan.

svn path=/trunk/; revision=22140

ChangeLog
gtk/gtkentry.c
gtk/gtklabel.c
gtk/gtktextview.c

index 725f9da283cf007a0d64a35d19117a0d8f2ca98d..a74f6816481ad95e112abd901a1dfc26d4d794e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-18  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 568233 – Wrong statement about GtkEntry's "activate" signal
+
+       * gtk/gtkentry.c:
+       * gtk/gtklabel.c:
+       * gtk/gtktextview.c: Correct some copy-and-paste mistakes in
+       keybinding signal docs. Pointed out by Pascal Terjan.
+
 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols:
index ea53d6f435fc3af44e34698bf7ec03c2cda6983c..c9bb4ca0613de5e6ed596f14773d4e05022a4448 100644 (file)
@@ -1228,7 +1228,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    * which gets emitted when the user activates the entry.
    * 
    * Applications should not connect to it, but may emit it with
-   * g_signal_emit_by_name() if they need to control scrolling
+   * g_signal_emit_by_name() if they need to control activation 
    * programmatically.
    *
    * The default bindings for this signal are all forms of the Enter key.
@@ -1257,7 +1257,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    * the viewport to be moved instead.
    *
    * Applications should not connect to it, but may emit it with
-   * g_signal_emit_by_name() if they need to control scrolling
+   * g_signal_emit_by_name() if they need to control the cursor
    * programmatically.
    *
    * The default bindings for this signal come in two variants,
index bbd314995e93c117c3f4bf0e9aa9d86102623a80..229d7b07bcac62c0c3387ad0cf462be7aff6afe2 100644 (file)
@@ -294,7 +294,7 @@ gtk_label_class_init (GtkLabelClass *class)
    * the viewport to be moved instead.
    *
    * Applications should not connect to it, but may emit it with
-   * g_signal_emit_by_name() if they need to control scrolling
+   * g_signal_emit_by_name() if they need to control the cursor
    * programmatically.
    *
    * The default bindings for this signal come in two variants,
index 11d04904ba98fa7c79517aa7f3ca399b65b7aa58..5f1331e82efaac282e06027d00afd8c3c2d0960e 100644 (file)
@@ -711,7 +711,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
    * the viewport to be moved instead.
    *
    * Applications should not connect to it, but may emit it with 
-   * g_signal_emit_by_name() if they need to control scrolling 
+   * g_signal_emit_by_name() if they need to control the cursor
    * programmatically.
    *
    * The default bindings for this signal come in two variants,